home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
ComputerScience
/
MethodsInAction
/
MethodsInAction.app
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-08-19
|
965b
|
42 lines
#
# Generated by the NeXT Interface Builder.
#
# NOTE: Do NOT change this file -- Interface Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = MethodsInAction
INTERFACES = MethodsInAction.nib SubControl.nib scrollViewer.nib
CLASSES = CircleView.m Example2.m Example3.m GrayScale.m
MFILES = MethodsInAction_main.m
HFILES = Documentation.h
APPICON = threeballv4.tiff
SOURCEMODE = 444
LIBS = -lDocumentation -lMMText -lMethodsInAction\
-lNeXT_s -lsys_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = -lDocumentation -lMMText -lMethodsInAction\
-lNeXT_p -lsys_p
MAKEFILEDIR = /usr/lib/nib
ICONSECTIONS = -sectcreate __ICON app threeballv4.tiff
APPWRAPPER = YES
NOMACHO = YES
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
-include Makefile.preamble
include $(MAKEFILEDIR)/app.make
-include Makefile.postamble
-include Makefile.dependencies